Go To Page Button Element

A standard button which allows you to specify a page to be displayed when the Button is clicked or tapped.

Note, however, that, by default, you cannot move to another page unless all the pages before it are valid. A page is valid if all Elements on the page which have one or more validation rules specified have been completed satisfactorily by the user or the page has no validations specified. If you want to be able to jump to a page out of sequence, i.e. where pages before it are not valid, you will need to mark the page as nonsequential, which is done using the Nonsequential property in the page properties. If you have marked a page as nonsequential, clicking or tapping a Go To Page Button configured to jump to that page, will display the specified page even if the pages before it are not valid. One use of this feature would be to provide help pages which you want the user to be able to access at any point within the form.

  • If you are using nonsequential pages in your form, we recommend that you place them at the end of the page sequence within the Pages Pane. This will make navigating your form simpler.